go/types.unifier.types (field)

10 uses

	go/types (current package)
		unify.go#L66: 	types []Type      // inferred types, shared by x and y
		unify.go#L152: 		u.types = append(u.types, nil)
		unify.go#L153: 		u.x.indices[i] = -len(u.types)
		unify.go#L154: 		u.y.indices[j] = -len(u.types)
		unify.go#L225: 		return d.unifier.types[ti-1]
		unify.go#L240: 		u.types[-ti-1] = typ
		unify.go#L243: 		u.types = append(u.types, typ)
		unify.go#L244: 		d.indices[i] = len(u.types)